home *** CD-ROM | disk | FTP | other *** search
/ IBM InfoROM for OS/2 Beta 1995 January / IBM InfoROM for OS2 Beta 1-1995.ISO / testcert / display / function / dtt32 / sample.scr < prev    next >
Encoding:
Text File  |  1993-04-19  |  1.0 KB  |  92 lines

  1. *  Sample DTT script file
  2.  
  3. *  Select a Device Context
  4.  
  5. DCTYPE OD_QUEUED
  6.  
  7.  
  8. *  Set the Presentation Space Type
  9.  
  10. PSTYPE GPIT_NORMAL
  11.  
  12.  
  13. *  Set the Presentation Space Units
  14.  
  15. PSUNITS PU_PELS
  16.  
  17.  
  18. *  Select Test Cases and Execute Them, pausing five seconds between each test
  19.  
  20. Choose GreDeviceSetGlobalAttributesExh
  21. Display
  22. Delay
  23.  
  24. Choose GreBoundsApp
  25. Display
  26. Delay
  27.  
  28. Choose GreBitPre1
  29. Display
  30. Delay
  31.  
  32. Choose GreColorApp
  33. Display
  34. Delay
  35.  
  36. Choose GreQueryDevResourceExh
  37. Display
  38. Delay
  39.  
  40. Choose GreEscapeApp
  41. Display
  42. Delay
  43.  
  44. Choose GreDisjointLinesExh
  45. Display
  46. Delay
  47.  
  48. Choose GreErasePSExh
  49. Display
  50. Delay
  51.  
  52. Choose GrePolyLineExh
  53. Display
  54. Delay
  55.  
  56. Choose GreMarkerExh
  57. Display
  58. Delay
  59.  
  60. Choose GreDeviceInvalidateVisRegionExh
  61. Display
  62. Delay
  63.  
  64. Choose GreQueryApp
  65. Display
  66. Delay
  67.  
  68. Choose GreTextApp1
  69. Display
  70. Delay
  71.  
  72. Choose GreBitApp1
  73. Display
  74. Delay
  75.  
  76. Choose GreCharRectExh
  77. Display
  78. Delay
  79.  
  80. Choose GreIntersectClipRectangleExh
  81. Display
  82. Delay
  83.  
  84. Choose GreSetAndGetAttributesExh1
  85. Display
  86. Delay
  87.  
  88.  
  89. *  Terminate DTT
  90.  
  91. EXIT
  92.